home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="iso-8859-1"?>
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
- "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
- <svg xmlns="http://www.w3.org/2000/svg">
- <title> Animate Text Across the Screen </title>
- <text font-size="20"> <animateMotion path="M 400 50 L 10 50"
- begin="0s" dur="10s" fill="freeze" />
- <animateMotion path="M 400 50 L 10 50" begin="0s" dur="10s" fill="freeze" />
- </text>
- </svg>
-